@charset "utf-8"; 

.hotCity {
    margin-top: 40px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}


/* 热门城市 */
.hotCity { margin-top: 40px; }
.hotCity .showhotCity { background-color: #f5f5f5; border: 1px solid #dcdcdc; display: -webkit-flex; display: flex; align-items: center; height: 58px; justify-content: space-between; }
.hotCity .shC-left { padding-left: 53px; display: -webkit-flex; display: flex; align-items: center; }
.hotCity .shC-left i { display: block; width: 20px; height: 24px; margin-right: 10px; background: url(../images/icon_hot.png) no-repeat; display: none;}
.hotCity .shC-left b { font-size: 18px; }
.hotCity .shC-left a { font-size: 16px; margin: 0 10px; }
.hotCity .shC-right { cursor: pointer; width: 48px; height: 58px; position: relative; }
.hotCity .shC-right::before { content: ''; display: block; width: 0; height: 7px; box-sizing: border-box; border: 6px solid transparent; border-top: 8px solid #333; position: absolute; left: 50%; margin-left: -6px; top: 50%; margin-top: -2px; transition: all .3s; }
.hotCity .shC-right.open::before { transform: rotate(180deg); margin-top: -6px; }
.hotCity .hidehotCity { display: none; border: 1px solid #dcdcdc; border-top: none; background-color: #fff; font-size: 16px; }
.hotCity .hidehotCity .hotCity-more { position: relative; }
.hotCity .hidehotCity .hotCity-more-inner { height: 435px; overflow: auto; }
.hotCity .hidehotCity dl { margin: 0 20px; padding: 15px 0; border-bottom: 1px dashed #f0f0f0; }
.hotCity .hidehotCity .style-item1 dt { display: block; float: left; width: 126px; height: 36px; line-height: 36px; position: relative; color: #fff; color: #fff; text-align: center; background-color: #2491ee; margin-right: 30px; }
.hotCity .hidehotCity .style-item1 dt::before { content: ''; display: block; width: 0; border: 7px solid transparent; border-left: 10px solid #2491ee; position: absolute; right: -17px; top: 50%; margin-top: -7px; transition: all .3s; }
.hotCity .hidehotCity .style-item1 dd { float: left; width: calc(100% - 185px); }
.hotCity .hidehotCity .style-item1 dd .ipt { margin-left: 10px; width: 300px; height: 40px; box-sizing: border-box; padding: 10px 20px; border: 1px solid #dbdbdb; font-size: 16px; }
.hotCity .hidehotCity .style-item1 dd .zimu { line-height: 36px; color: #e1e1e1; }
.hotCity .hidehotCity .style-item1 dd .zimu a { margin: 0 10px; color: #666; }
.hotCity .hidehotCity .style-item1 dd .zimu a:hover { color: #2491ee; }
.hotCity .hidehotCity .style-item1 dd .zimu a.a { color: #2491ee; }
.hotCity .hidehotCity .style-item2 dt { display: block; float: left; width: 30px; height: 30px; line-height: 30px; position: relative; text-align: center; background-color: #f5f5f5; border: 1px solid #cfd5dc; margin-right: 20px; margin-top: 5px; }
.hotCity .hidehotCity .style-item2 dd { float: left; width: calc(100% - 90px); }
.hotCity .hidehotCity .style-item2 dd a { display: inline-block; margin: 6px 0 6px 36px; color: #666; }
.hotCity .hidehotCity .style-item2 dd a:hover { color: #2491ee; }
.hotCity .hidehotCity .style-item2 dt.active { background-color: #2491ee; color: #fff; border-color: #2491ee; }
.hotCity .hidehotCity .mCSB_scrollTools .mCSB_draggerRail { width: 6px; }
.hotCity .hidehotCity .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #2491ee; }

.allhotCity .style-item1   button { width: 85px; height: 39px; background-color: #2491ee; color: #fff; font-size: 16px; text-align: center; line-height: 39px; cursor: pointer; transition: all .3s; }
.allhotCity .style-item1   button:hover { background-color: #004f93; }

/*  城市列表 */
.allhotCity { border: 1px solid #dcdcdc; border-top: none; background-color: #fff; font-size: 16px; }
.allhotCity .hotCity-more { position: relative; }
.allhotCity dl { padding: 15px 20px; border-bottom: 1px dashed #f0f0f0; }
.allhotCity .style-item1 dt { display: block; float: left; width: 126px; height: 36px; line-height: 36px; position: relative; color: #fff; color: #fff; text-align: center; background-color: #2491ee; margin-right: 30px; }
.allhotCity .style-item1 dt::before { content: ''; display: block; width: 0; border: 7px solid transparent; border-left: 10px solid #2491ee; position: absolute; right: -17px; top: 50%; margin-top: -7px; transition: all .3s; }
.allhotCity .style-item1 dd { float: left; width: calc(100% - 185px); }
.allhotCity .style-item1 dd .ipt { margin-left: 10px; width: 300px; height: 40px; box-sizing: border-box; padding: 10px 20px; border: 1px solid #dbdbdb; font-size: 16px; }
.allhotCity .style-item1 dd .ipt-zimu { line-height: 36px; color: #e1e1e1; }
.allhotCity .style-item1 dd .ipt-zimu a { margin: 0 10px; color: #666; }
.allhotCity .style-item1 dd .ipt-zimu a:hover { color: #2491ee; }
.allhotCity .style-item1 dd .ipt-zimu a.a { color: #2491ee; }
.allhotCity .style-item2 dt { display: block; float: left; width: 30px; height: 30px; line-height: 30px; position: relative; text-align: center; background-color: #f5f5f5; border: 1px solid #cfd5dc; margin-right: 20px; margin-top: 5px; }
.allhotCity .style-item2 dd { float: left; width: calc(100% - 90px); }
.allhotCity .style-item2 dd a { display: inline-block; margin: 6px 0 6px 36px; color: #666; }
.allhotCity .style-item2 dd a:hover { color: #2491ee; }
.allhotCity .style-item2 dd a.active { color: #2491ee; }
.allhotCity .style-item2.active { background-color: #f5f5f5; }
.allhotCity .style-item2.active dt { background-color: #2491ee; color: #fff; border-color: #2491ee; }
.allhotCity .style-item2:last-child { border-bottom: none; }
.allhotCity .backindex { background-color: #f5f5f5; padding: 26px 19px; }
.allhotCity .backindex a { display: block; width: 180px; height: 46px;margin: 0 auto; line-height: 46px; font-size: 16px; text-align: center; color: #fff; border-radius: 23px; background-color: #2491ee; }
.allhotCity .backindex a:hover { background-color: #004f93; }

.hotCity .showhotCity{
	position: relative;
	background:#f5f5f5 url(../img/rm_chengshi.png) no-repeat 16px center;
	background-size: 28px auto;
}
a{
    color: #333;
}

a:hover {
    color: #2491ee;
}


/*鼠標滑過城市的時候*/


.IIInsomnia-city-picker{
	position: absolute;
	border: 2px solid #c9cbce;
	width: 370px;
	background: #ffffff;
	z-index: 999999;
	font-size: 0;
}
.IIInsomnia-city-picker:before, .IIInsomnia-city-picker:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	left: 20px;
	z-index: 999999;
}
.IIInsomnia-city-picker:before{
	border-color: transparent transparent #ffffff;
	top: -17px;
	z-index: 9999999;
}
.IIInsomnia-city-picker:after{
	border-color: transparent transparent #c9cbce;
	top: -20px;
}
.IIInsomnia-city-picker *{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
.IIInsomnia-city-picker ul{
	list-style: none;
}
.IIInsomnia-city-picker ul li{
	display: inline-block;
	position: relative;
	margin: 4px;
	cursor: pointer;
}
.IIInsomnia-city-picker p{
	font-weight: bold;
	padding: 0 4px;
	margin-top: 4px;
	margin-bottom: 10px;
}
.IIInsomnia-city-picker .line{
	width: 340px;
	margin: 0 auto;
	margin-top: 4px;
	border-bottom: 1px solid #d8d8d8;
}

/*çƒ­é—¨åŸŽå¸‚*/
/*.IIInsomnia-city-picker .IIInsomnia-hot-wrap{
	width: 100%;
	background: #ffffff;
	padding: 9px;
}
.IIInsomnia-city-picker .IIInsomnia-hot-wrap ul li{
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #666666;
	background-color: #f5f5f5;
}
.IIInsomnia-city-picker .IIInsomnia-hot-wrap ul li:hover{
	color: #ff00ff;
}*/

/*é€‰æ‹©çœä»½*/
.IIInsomnia-city-picker .IIInsomnia-wrap{
	position: relative;
	width: 100%;
	background: #ffffff;
	padding: 9px;
}
.IIInsomnia-city-picker .IIInsomnia-province-name{
	display: inline-block;
	width: 100%;
	height: 30px;
	padding: 0 3px;
	text-align: center;
	line-height: 30px;
	position: relative;
	background-color: #f5f5f5;
}
.IIInsomnia-city-picker .IIInsomnia-province-name:hover{
	color: #ff00ff;
}

.IIInsomnia-city-picker .IIInsomnia-province.active{
	z-index: 999999999;
}
.IIInsomnia-city-picker .IIInsomnia-province-name.active{
	border: 1px solid #D8D8D8;
	border-bottom-color: #ffffff;
	color: #ff00ff;
	background-color: #ffffff;
}
.IIInsomnia-city-picker .IIInsomnia-city-wrap{
	display: none;
	border: 1px solid #D8D8D8;
	background: #ffffff;
	position: absolute;
	top: 29px;
	width: 312px;
	padding: 10px 10px 5px 10px;
}
.IIInsomnia-city-picker .IIInsomnia-city{
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #999999;
	background-color: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.IIInsomnia-city-picker .IIInsomnia-city:hover{
	color: #ff00ff;
}
/*.IIInsomnia-city-picker .IIInsomnia-clean-btn{
	width: 108px;
	height: 30px;
    background-color: #d15b47!important;
    color: #ffffff;
    background-image: none !important;
    border: 5px solid #d15b47;
    border-radius: 0;
}
.IIInsomnia-city-picker .IIInsomnia-clean-btn:hover{
	background-color: #b74635 !important;
    border-color: #d15b47;
}*/